Nevron Open Vision Documentation
Nevron.Nov.DataStructures Namespace / NBlocksRing<T> Class / CIQ Method


In This Topic
    CIQ Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub CIQ( _
       ByVal dIQ As System.Integer, _
       ByRef EIQ As NChainNode(Of T()), _
       ByRef fIQ As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NBlocksRing(Of T)
    Dim dIQ As System.Integer
    Dim EIQ As NChainNode(Of T())
    Dim fIQ As System.Integer
     
    instance.CIQ(dIQ, EIQ, fIQ)
    internal void CIQ( 
       System.int dIQ,
       out NChainNode<T[]> EIQ,
       out System.int fIQ
    )

    Parameters

    dIQ
    EIQ
    fIQ
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also